PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / isMultiline Method
In This Topic
    isMultiline Method
    In This Topic
    Gets a value indicating whether the field is multiline.
    Syntax
    public boolean isMultiline()

    Return Value

    True if the field may contain multiple lines of text; false if the field's text shall be restricted to a single line.
    See Also